summaryrefslogtreecommitdiff
path: root/mkdocu.sh
Commit message (Collapse)AuthorAge
* Clean up code and improve documentationLaria Carolin Chabowski2020-05-01
| | | | | | | | | | | | | | This switches the code documentation genarator (we're now using phpdoc instead of NaturalDoc). Also various small code cleanup tasks: - Remove unused code - Get rid of `and` / `or`, we're using `&&` / `||` now - Adding missing return values - Helping PhpStorm to detect some dynamically called functions (mark_builtin_callable in Transcompiler) - Reword transcompiling => compiling in documentation
* Moved to src/ste for psr-4 compliance1.0.0Kevin Chabowski2014-05-24
|
* Moved code into src subfolder and fixed docuKevin Chabowski2014-05-24
|
* Removed source code documentation. Can be generated at any point.Kevin Chabowski2013-10-25
|
* New docu and fixed mkdocu.shKevin Chabowski2012-10-04
| | | | | mkdocu.sh will now test, if the executable is named "naturaldocs" or "NaturalDocs".
* Fixed documentation and excluded NaturalDocs' project data.Kevin Chabowski2011-09-27
|
* Added documentation, an example program and fixed some bugs...Kevin Chabowski2011-09-21