Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
120
Issues
120
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
c79f1de3
Commit
c79f1de3
authored
Feb 25, 2008
by
Benoit Grégoire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More doxygen improvement for trac integration
parent
143701cd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
13 deletions
+34
-13
Makefile.am
Makefile.am
+5
-1
doc/doxygen/Makefile.am
doc/doxygen/Makefile.am
+21
-5
doc/doxygen/blank.html
doc/doxygen/blank.html
+1
-0
doc/doxygen/core-doc.cfg.in
doc/doxygen/core-doc.cfg.in
+4
-4
doc/doxygen/gtk-gui-doc.cfg.in
doc/doxygen/gtk-gui-doc.cfg.in
+3
-3
No files found.
Makefile.am
View file @
c79f1de3
...
@@ -9,3 +9,7 @@ EXTRA_DIST = m4/*.m4 tools/*.sh platform/* images/* README.gentoo
...
@@ -9,3 +9,7 @@ EXTRA_DIST = m4/*.m4 tools/*.sh platform/* images/* README.gentoo
.PHONY
:
doc
.PHONY
:
doc
doc
:
doc
:
$(MAKE)
-C
doc doc
$(MAKE)
-C
doc doc
.PHONY
:
doxygen-trac
doxygen-trac
:
$(MAKE)
-C
doc/doxygen doxygen-trac
\ No newline at end of file
doc/doxygen/Makefile.am
View file @
c79f1de3
...
@@ -2,12 +2,22 @@ SUBDIRS =
...
@@ -2,12 +2,22 @@ SUBDIRS =
docdir
=
${prefix}
/share/doc/wifidog-@VERSION@
docdir
=
${prefix}
/share/doc/wifidog-@VERSION@
html_parent_dir
=
.
html_parent_dir
=
.
HTML_HEADER
=
HTML_FOOTER
=
all
:
all
:
doc
:
core-doc gtk-gui-doc
.PHONY
:
doxygen-trac
doxygen-trac
:
clean core-doc-trac gtk-gui-doc-trac
%-doc-trac
:
%-doc
ln
-s
${html_parent_dir}
/
$<
${html_parent_dir}
/
$<
/html
doc
:
clean core-doc gtk-gui-doc
%-doc
:
%-doc.cfg
%-doc
:
%-doc.cfg
rm
-rf
$@
-html
/ refman.pdf
rm
-rf
$@
/ refman.pdf
$(DOXYGEN)
$<
$(DOXYGEN)
$<
# $(MAKE) -C latex/
# $(MAKE) -C latex/
# mv latex/refman.pdf ./refman.pdf
# mv latex/refman.pdf ./refman.pdf
...
@@ -16,7 +26,7 @@ doc: core-doc gtk-gui-doc
...
@@ -16,7 +26,7 @@ doc: core-doc gtk-gui-doc
clean-local
:
clean-local
:
echo
"clean-local: "
&&
pwd
echo
"clean-local: "
&&
pwd
rm
-rf
latex/
rm
-rf
latex/
rm
-rf
${html_parent_dir}
/
*
-
html
/
rm
-rf
${html_parent_dir}
/
*
-
doc
/
rm
-f
*
~
rm
-f
*
~
rm
-f
doxygen.log
rm
-f
doxygen.log
rm
-f
doxygen.cfg
rm
-f
doxygen.cfg
...
@@ -34,6 +44,12 @@ maintainer-clean-local: clean-local
...
@@ -34,6 +44,12 @@ maintainer-clean-local: clean-local
sed
<
$<
>
$@
.tmp
\
sed
<
$<
>
$@
.tmp
\
-e
's:@-top_srcdir-@:
${top_srcdir}
:g'
-e
's:@-top_srcdir-@:
${top_srcdir}
:g'
sed
<
$@
.tmp
>
$@
.tmp2
\
sed
<
$@
.tmp
>
$@
.tmp2
\
-e
's:@-html
dir-@:
${html_parent_dir}
/$*-html
:g'
-e
's:@-html
_dir-@:
${html_parent_dir}
/$*
:g'
rm
$@
.tmp
rm
$@
.tmp
mv
$@
.tmp2
$@
sed
<
$@
.tmp2
>
$@
.tmp3
\
\ No newline at end of file
-e
's:@-html_header-@:
${HTML_HEADER}
:g'
rm
$@
.tmp2
sed
<
$@
.tmp3
>
$@
.tmp4
\
-e
's:@-html_footer-@:
${HTML_FOOTER}
:g'
rm
$@
.tmp3
mv
$@
.tmp4
$@
\ No newline at end of file
doc/doxygen/blank.html
0 → 100644
View file @
c79f1de3
doc/doxygen/core-doc.cfg.in
View file @
c79f1de3
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# Project related configuration options
# Project related configuration options
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = SFLPhone Core
engine
PROJECT_NAME = SFLPhone Core
PROJECT_NUMBER =
PROJECT_NUMBER =
OUTPUT_DIRECTORY =
OUTPUT_DIRECTORY =
CREATE_SUBDIRS = NO
CREATE_SUBDIRS = NO
...
@@ -111,10 +111,10 @@ IGNORE_PREFIX =
...
@@ -111,10 +111,10 @@ IGNORE_PREFIX =
# configuration options related to the HTML output
# configuration options related to the HTML output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
GENERATE_HTML = YES
GENERATE_HTML = YES
HTML_OUTPUT = @-htmldir-@
HTML_OUTPUT = @-html
_
dir-@
HTML_FILE_EXTENSION =
HTML_FILE_EXTENSION =
HTML_HEADER =
HTML_HEADER =
@-html_header-@
HTML_FOOTER =
HTML_FOOTER =
@-html_footer-@
HTML_STYLESHEET =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
GENERATE_HTMLHELP = NO
...
...
doc/doxygen/gtk-gui-doc.cfg.in
View file @
c79f1de3
...
@@ -111,10 +111,10 @@ IGNORE_PREFIX =
...
@@ -111,10 +111,10 @@ IGNORE_PREFIX =
# configuration options related to the HTML output
# configuration options related to the HTML output
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
GENERATE_HTML = YES
GENERATE_HTML = YES
HTML_OUTPUT = @-htmldir-@
HTML_OUTPUT = @-html
_
dir-@
HTML_FILE_EXTENSION =
HTML_FILE_EXTENSION =
HTML_HEADER =
HTML_HEADER =
@-html_header-@
HTML_FOOTER =
HTML_FOOTER =
@-html_footer-@
HTML_STYLESHEET =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
GENERATE_HTMLHELP = NO
...
...
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