fixed table titles in MidiRoster
chunking now start at sect2 elements: this means that each Midi2 Kit class is in its own file. It also means that one should skip sect2 and use instead sect3 if the section doesn't have to be in its own file. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19072 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
463c8198b8
commit
0286286c25
@ -8,7 +8,7 @@ Doc2HTML
|
||||
: [ FDirName $(HAIKU_TOP) src documentation docbook-xsl html chunk.xsl ]
|
||||
: Haiku_Book
|
||||
:
|
||||
: -stringparam use.id.as.filename 1 -stringparam language cpp
|
||||
: -stringparam use.id.as.filename 1 -stringparam language cpp -stringparam chunk.section.depth 2
|
||||
;
|
||||
|
||||
# Single most ugly string manipulation ever ...
|
||||
|
@ -238,7 +238,7 @@
|
||||
notifications when you register or unregister your local endpoints, but the
|
||||
other apps will.
|
||||
<table id="bmidirostertable1">
|
||||
<table>B_MIDI_REGISTERED message structure</table>
|
||||
<title>B_MIDI_REGISTERED message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
@ -266,7 +266,7 @@
|
||||
</table>
|
||||
|
||||
<table id="bmidirostertable2">
|
||||
<table>B_MIDI_UNREGISTERED message structure</table>
|
||||
<title>B_MIDI_UNREGISTERED message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
@ -305,7 +305,7 @@
|
||||
published endpoints.
|
||||
|
||||
<table id="bmidirostertable3">
|
||||
<table>B_MIDI_CONNECTED message structure</table>
|
||||
<title>B_MIDI_CONNECTED message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
@ -333,7 +333,7 @@
|
||||
</table>
|
||||
|
||||
<table id="bmidirostertable4">
|
||||
<table>B_MIDI_DISCONNECTED message structure</table>
|
||||
<title>B_MIDI_DISCONNECTED message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
@ -367,7 +367,7 @@
|
||||
its published endpoints.
|
||||
|
||||
<table id="bmidirostertable5">
|
||||
<table>B_MIDI_CHANGED_NAME message structure</table>
|
||||
<title>B_MIDI_CHANGED_NAME message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
@ -401,7 +401,7 @@
|
||||
</table>
|
||||
|
||||
<table id="bmidirostertable6">
|
||||
<table>B_MIDI_CHANGED_LATENCY message structure</table>
|
||||
<title>B_MIDI_CHANGED_LATENCY message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
@ -435,7 +435,7 @@
|
||||
</table>
|
||||
|
||||
<table id="bmidirostertable7">
|
||||
<table>B_MIDI_CHANGED_PROPERTIES message structure</table>
|
||||
<title>B_MIDI_CHANGED_PROPERTIES message structure</title>
|
||||
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
|
||||
<colspec colname="label"/>
|
||||
<colspec colname='type'/>
|
||||
|
Loading…
Reference in New Issue
Block a user