1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

d stuff go in d/

This commit is contained in:
Gabor Adam Toth 2011-05-09 00:28:51 +02:00
parent f56343e771
commit 975837472b
5 changed files with 7 additions and 1 deletions

1
d/Doxyfile Symbolic link
View file

@ -0,0 +1 @@
../Doxyfile

4
d/Makefile Normal file
View file

@ -0,0 +1,4 @@
.PHONY: doc
doc:
doxygen

1
d/doc/psyc.svg Symbolic link
View file

@ -0,0 +1 @@
../../doc/psyc.svg

View file

@ -11,7 +11,7 @@ import psyc.common;
*/ */
/** /**
* @defgroup parsing-d D Parsing Functions * @defgroup parsing-d Parsing Functions
* *
* This module contains all parsing functions. * This module contains all parsing functions.
* @{ * @{