diff --git a/d/Doxyfile b/d/Doxyfile new file mode 120000 index 0000000..c247307 --- /dev/null +++ b/d/Doxyfile @@ -0,0 +1 @@ +../Doxyfile \ No newline at end of file diff --git a/d/Makefile b/d/Makefile new file mode 100644 index 0000000..987a385 --- /dev/null +++ b/d/Makefile @@ -0,0 +1,4 @@ +.PHONY: doc + +doc: + doxygen diff --git a/d/doc/psyc.svg b/d/doc/psyc.svg new file mode 120000 index 0000000..73c1ee9 --- /dev/null +++ b/d/doc/psyc.svg @@ -0,0 +1 @@ +../../doc/psyc.svg \ No newline at end of file diff --git a/include/d/psyc/common.d b/d/include/psyc/common.d similarity index 100% rename from include/d/psyc/common.d rename to d/include/psyc/common.d diff --git a/include/d/psyc/parser.d b/d/include/psyc/parser.d similarity index 99% rename from include/d/psyc/parser.d rename to d/include/psyc/parser.d index 3183301..244aa01 100644 --- a/include/d/psyc/parser.d +++ b/d/include/psyc/parser.d @@ -11,7 +11,7 @@ import psyc.common; */ /** - * @defgroup parsing-d D Parsing Functions + * @defgroup parsing-d Parsing Functions * * This module contains all parsing functions. * @{