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

Merge branch 'master' of supraverse.net:libpsyc

Conflicts:
	d/include/psyc/parser.d
This commit is contained in:
Marenz 2011-05-09 00:44:48 +02:00
commit b8b8083d9b
6 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,4 @@
.PHONY: doc
.PHONY: test
.PHONY: lib
.PHONY: doc test
all:
${MAKE} -C src

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

@ -2,7 +2,6 @@ module psyc.parser;
import psyc.common;
extern (C):
enum ParseFlag