From 5ba082c2f47e91347f1d15cea63be194ef2f3823 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Mon, 9 May 2011 00:28:51 +0200 Subject: [PATCH] d stuff go in d/ --- d/Doxyfile | 1 + d/Makefile | 4 ++++ d/doc/psyc.svg | 1 + {include/d => d/include}/psyc/common.d | 0 {include/d => d/include}/psyc/parser.d | 2 +- 5 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 d/Doxyfile create mode 100644 d/Makefile create mode 120000 d/doc/psyc.svg rename {include/d => d/include}/psyc/common.d (100%) rename {include/d => d/include}/psyc/parser.d (99%) 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. * @{