- get_prop_id_from_name() isn't generated at present - properties here are commented out until we have some in the manual
- `make demo' works, all except the interface links (why do we have interface support???)
This script generates the frame for the documentation with all
classes, functions and constructors found in a .defs file
Should help when beginning php-gtk2 docs.
I tested it with the extra.defs; and it will probably make errors.
After generating, you should search for "@fixme" in the generated files
Signals and properties are *not* generated, but this should be easy to fix
I extendet the class a bit to allow better control over regex highlightings
as the new xml language file needs this.
The xsl generates a <pre class="xml"> for xml programlistings now.
As I don't have web karma, I submit it here.
Usage (commandline):
php search.php -i
to create an index file
php search.php -s window
to search for window
Usage (web)
- include the file
- call the "search" function with the search string
- result array contains all the file names
Notes:
- There are priority classes which ensure that gtkwindow is found first when
you search for "window", and "widget->window" after it
- No fulltext search. searching for "win" will not find "window"
docbook tags was programlisting with the "role" attribute set to "php"
<programlisting role="php">
The html syntax script colors now <pre> tags with class "phpcode" only.
Ready for use in the manual builds.
Run it from the php-gtk-doc directory the following way:
./scripts/html_syntax.php html testbuild/*
I think it's a hack; and it colors *everything* even if there is
no <?php .. ?> around it (I personally don't like the php tags
in 2-line examples. So the C code is colored as well, but looks nice
# Dont know when this bug reappeard or disappeard as I cant figure out
# correct behaviour but if this breaks things for you then change 4.2.0
# to your version (as long as you are using the 4.2.x series
# if not email me and Ill help sort it with you.