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:
parent
f56343e771
commit
975837472b
5 changed files with 7 additions and 1 deletions
1
d/Doxyfile
Symbolic link
1
d/Doxyfile
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../Doxyfile
|
4
d/Makefile
Normal file
4
d/Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.PHONY: doc
|
||||||
|
|
||||||
|
doc:
|
||||||
|
doxygen
|
1
d/doc/psyc.svg
Symbolic link
1
d/doc/psyc.svg
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../doc/psyc.svg
|
|
@ -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.
|
||||||
* @{
|
* @{
|
Loading…
Add table
Add a link
Reference in a new issue