forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GTK] gtkdoc does not appear in DevHelp
https://bugs.webkit.org/show_bug.cgi?id=139369 .: Patch by Michael Catanzaro <mcatanzaro@igalia.com> on 2015-01-26 Reviewed by Philippe Normand. Expect the gtkdoc to be generated in folders named with the API version. * Source/PlatformGTK.cmake: Source/WebCore: Patch by Michael Catanzaro <mcatanzaro@igalia.com> on 2015-01-26 Reviewed by Philippe Normand. * PlatformGTK.cmake: Include the API version in the gtkdoc filenames. Source/WebKit2: Patch by Michael Catanzaro <mcatanzaro@igalia.com> on 2015-01-26 Reviewed by Philippe Normand. * PlatformGTK.cmake: Include the API version in the gtkdoc filenames. * UIProcess/API/gtk/docs/webkit2gtk-4.0-sections.txt: Renamed from Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt. * UIProcess/API/gtk/docs/webkit2gtk-4.0.types: Renamed from Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types. Tools: Patch by Michael Catanzaro <mcatanzaro@igalia.com> and Carlos Garcia Campos <cgarcia@igalia.com> on 2015-01-26 Reviewed by Philippe Normand. * gtk/generate-gtkdoc: Create the generators in the main function and use them to get the local cross renference dependencies. Also pass the generator module name to webkitdom.write_doc_files(). (get_gtkdoc_module_paths): Receive a list of local cross reference dependencies. (get_generator_for_config): Set the main_sgml_file property of the GtkDoc object from the configuration file. (generate_documentation): Generate the documentation for the given generator. (generate_documentation_for_config): Deleted. * gtk/manifest.txt.in: Expect the API version in the gtkdoc filenames. * gtk/webkitdom.py: (write_doc_files): Receive the module name used to build the -sections.txt filename. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@179111 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
commit-queue@webkit.org
committed
Jan 26, 2015
1 parent
532e35d
commit ef2ffdf
Showing
12 changed files
with
86 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters