]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/mirteond/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / mirteond / index.mdwn
index f09c4644bdaa7d8bfac6fcfa8d4ee2aa77ee6fe3..36dd08ce1e42c70290765640b71f40f384ce63c5 100644 (file)
@@ -3,7 +3,7 @@
 **Project name and homepage:** [ApiGen](http://apigen.org/)
 
 Assignment
-======00
+======
 
 ApiGen is an advanced documentation generator for source code written in PHP similar to JavaDoc for Java. It heavily relies on [TokenReflection library](https://github.com/Andrewsville/PHP-Token-Reflection) from the same authors.
 
@@ -12,9 +12,6 @@ My goal is to implement a cached backend for TokenReflection library, since it c
 Links documenting the results of my work
 ======
 
-Here, I'll add links similar to the examples below and describe what
-is being linked.
-
 * [My communication with developers in an issue on GitHub](https://github.com/Andrewsville/PHP-Token-Reflection/issues/47)
 * [Version control repository with the actual state of my work](https://github.com/ondrejmirtes/PHP-Token-Reflection/tree/cached-backend)
 * My commit in the project repository