Changeset 4203
- Timestamp:
- 2012-04-18 17:05:01 (13 months ago)
- Location:
- trunk/lilv
- Files:
-
- 3 edited
-
doc/reference.doxygen.in (modified) (2 diffs)
-
lilv/lilv.h (modified) (1 diff)
-
wscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lilv/doc/reference.doxygen.in
r3217 r4203 528 528 # automatically be disabled. 529 529 530 WARN_IF_UNDOCUMENTED = YES530 WARN_IF_UNDOCUMENTED = NO 531 531 532 532 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for … … 795 795 # stylesheet in the HTML output directory as well, or it will be erased! 796 796 797 HTML_STYLESHEET = @LILV_SRCDIR@/doc/style.css797 HTML_STYLESHEET = doc/style.css 798 798 799 799 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, -
trunk/lilv/lilv/lilv.h
r4189 r4203 1358 1358 @param dir Path of the bundle directory to save into. 1359 1359 @param filename Path of the state file relative to @c dir. 1360 @param features Host provided features.1361 1360 1362 1361 The format of state on disk is compatible with that defined in the LV2 -
trunk/lilv/wscript
r4198 r4203 347 347 os.system("sed -i 's/LILV_API //' group__lilv.html") 348 348 os.system("sed -i 's/LILV_DEPRECATED //' group__lilv.html") 349 os.system("sed -i 's/href=\"doc\/style.css\"/href=\"style.css\"/' group__lilv.html") 349 350 os.remove('index.html') 350 os.symlink('group__lilv.html', 351 'index.html') 351 os.symlink('group__lilv.html', 'index.html') 352 352 os.chdir(top) 353 353 os.chdir(build_dir(ctx, 'doc/man/man3'))
Note: See TracChangeset
for help on using the changeset viewer.
