Skip to content

Instantly share code, notes, and snippets.

View jackmorizo's full-sized avatar
🚀
Working on great stuff

Marko Jozic jackmorizo

🚀
Working on great stuff
  • Salzburg
View GitHub Profile
@billcreswell
billcreswell / PHPProjectDocumentationHints
Created March 1, 2013 17:04
Setting up Documentation for PHP Projects With Doxygen
Separate subdirectory called "doxygen" for docs
use a dir list script in index.php for projects:
....
foreach($dirlist as $file) {
if ($file["type"] == "dir") {
} else {