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:
commit
b8b8083d9b
6 changed files with 7 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,4 @@
|
|||
.PHONY: doc
|
||||
.PHONY: test
|
||||
.PHONY: lib
|
||||
.PHONY: doc test
|
||||
|
||||
all:
|
||||
${MAKE} -C src
|
||||
|
|
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
|
|
@ -2,7 +2,6 @@ module psyc.parser;
|
|||
|
||||
import psyc.common;
|
||||
|
||||
|
||||
extern (C):
|
||||
|
||||
enum ParseFlag
|
Loading…
Reference in a new issue