Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
82a6acc4
Commit
82a6acc4
authored
Jan 23, 2015
by
Martin Szulecki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add generation of documentation using "make docs"
parent
6873c7ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
Makefile.am
Makefile.am
+9
-0
doxygen.cfg.in
doxygen.cfg.in
+1
-2
No files found.
Makefile.am
View file @
82a6acc4
...
...
@@ -4,3 +4,12 @@ SUBDIRS = libcnary src include tools $(CYTHON_SUB) test
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libplist.pc libplist++.pc
docs/html
:
$(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
rm
-rf
docs
doxygen doxygen.cfg
docs
:
doxygen.cfg docs/html
clean-local
:
rm
-rf
docs
doxygen.cfg.in
View file @
82a6acc4
...
...
@@ -534,8 +534,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = src \
include/plist
INPUT = include/plist/plist.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment