Commit bb7b2aaa authored by Federico Vaga's avatar Federico Vaga

doc: first draft of documentation

Signed-off-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent d84d8174
doxy-wrnc/
\ No newline at end of file
doxy-wrnc/
*.aux
*.dvi
*.pdf
*.log
*.out
*~
\ No newline at end of file
......@@ -11,12 +11,16 @@ else
BRIEF = "API Documentation"
endif
all: doxygen
all: doxygen latex
doxygen:
GIT_VERSION=$(GIT_VERSION) EXCLUDE_FILES=$(EXCLUDE_FILES) BRIEF=$(BRIEF) \
OUTPUT=$(O) doxygen ./doxygen-wrnc-config
latex:
latex wrnc.tex
latex wrnc.tex
clean:
rm -rf $(O)
# Latex stuff
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment