Skip to content

Commit

Permalink
autodocs fixes
Browse files Browse the repository at this point in the history
- doxygen: install _all_ JS and CSS files (dynsections.js,
  jquery.js and tabs.css were missing, resulting in unusable
  documentation)
- doxygen: updated the default doxygen config file - removed
  obsolete options which caused warnings during build
- yard: use --title option with package name
- 2.24.7
  • Loading branch information
Ladislav Slezak committed Jul 29, 2013
1 parent 6454238 commit 58c0c9b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.6
2.24.7
2 changes: 1 addition & 1 deletion devtools/admin/aminclude/autodocs-cc-base.ami
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AUTODOCS_CC ?= $(srcdir)/../../src
AUTODOCS_DEPS ?= $(AUTODOCS_CC)/*.h

html_data = index.html $(filter-out index.html, $(wildcard *.html *.png)) doxygen.css @RPMNAME@.tag
html_data = index.html $(filter-out index.html, $(wildcard *.html *.png *.css *.js)) @RPMNAME@.tag
CLEANFILES = $(html_data) doxygen.log doxygen.conf installdox

doxygen.css @RPMNAME@.tag: index.html
Expand Down
2 changes: 1 addition & 1 deletion devtools/admin/aminclude/autodocs-ycp.ami
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) $(AUTODOCS_RB)
pod2html --title=$$b --infile=$$i --outfile=$$b.html; \
echo "<a href='$$b.html'>$${b/__/::}</a>" > $$b.mod.html; \
done
if [ -n "$(AUTODOCS_RB)" ]; then $(YARD) doc $(YARD_OPTIONS) $(AUTODOCS_RB); fi
if [ -n "$(AUTODOCS_RB)" ]; then $(YARD) doc --title "@RPMNAME@ -- Development Documentation" $(YARD_OPTIONS) $(AUTODOCS_RB); fi
3 changes: 0 additions & 3 deletions doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = NO
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 8
Expand Down Expand Up @@ -65,7 +64,6 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
SHOW_DIRECTORIES = NO
FILE_VERSION_FILTER =
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
Expand Down Expand Up @@ -121,7 +119,6 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
GENERATE_DOCSET = NO
DOCSET_FEEDNAME = "Doxygen generated docs"
Expand Down
12 changes: 12 additions & 0 deletions package/yast2-devtools.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 29 06:27:32 UTC 2013 - lslezak@suse.cz

- autodocs fixes:
- doxygen: install _all_ JS and CSS files (dynsections.js,
jquery.js and tabs.css were missing, resulting in unusable
documentation)
- doxygen: updated the default doxygen config file - removed
obsolete options which caused warnings during build
- yard: use --title option with package name
- 2.24.7

-------------------------------------------------------------------
Fri Jul 26 13:22:40 UTC 2013 - lslezak@suse.cz

Expand Down

0 comments on commit 58c0c9b

Please sign in to comment.