[Xcb-commit] Meetings.mdwn ProtocolExtensionApi.mdwn ProtocolStubApi.mdwn PublicApi.mdwn XcbApi.mdwn XCBToDo.mdwn XlibXcbApi.mdwn

Jamey Sharp jamey at freedesktop.org
Wed Oct 29 16:46:18 PDT 2008


 Meetings.mdwn             |    2 +-
 ProtocolExtensionApi.mdwn |    2 +-
 ProtocolStubApi.mdwn      |    2 +-
 PublicApi.mdwn            |    2 +-
 XCBToDo.mdwn              |    2 +-
 XcbApi.mdwn               |    2 +-
 XlibXcbApi.mdwn           |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 813be3b0f1a117b9d7a27f825e6e8965dfa027e8
Author: Jamey Sharp <jamey at minilop.net>
Date:   Wed Oct 29 16:44:07 2008 -0700

    Switch to prefix_directives.

diff --git a/Meetings.mdwn b/Meetings.mdwn
index c9d5a52..a4e612f 100644
--- a/Meetings.mdwn
+++ b/Meetings.mdwn
@@ -2,4 +2,4 @@ We occasionally meet on [[IRC]].
 
 To add a new meeting, please use the date of the meeting (YYYY-MM-DD).
 
-[[inline rootpage="Meetings" pages="Meetings/* and !Meetings/*/*" archive="yes" sort="title" reverse="yes" template="titlepage"]]
+[[!inline rootpage="Meetings" pages="Meetings/* and !Meetings/*/*" archive="yes" sort="title" reverse="yes" template="titlepage"]]
diff --git a/ProtocolExtensionApi.mdwn b/ProtocolExtensionApi.mdwn
index 92e792f..1f90b6a 100644
--- a/ProtocolExtensionApi.mdwn
+++ b/ProtocolExtensionApi.mdwn
@@ -2,7 +2,7 @@ These functions are expected to be useful only to X protocol extension implement
 
 Care is required when calling these functions, as they generally do not have the type-safety properties of the public API functions.
 
-[[toc levels="6"]]
+[[!toc levels="6"]]
 
 ## struct xcb\_extension\_t
 
diff --git a/ProtocolStubApi.mdwn b/ProtocolStubApi.mdwn
index 2c16894..58a8f29 100644
--- a/ProtocolStubApi.mdwn
+++ b/ProtocolStubApi.mdwn
@@ -6,7 +6,7 @@ Most of the X Window Protocol documentation lives in <http://webcvs.freedesktop.
 
 [!] _**TODO:** link to online descriptions of the core X protocol as well as de-facto standard extension protocols._
 
-[[toc levels="6"]]
+[[!toc levels="6"]]
 
 ## Extensions
 
diff --git a/PublicApi.mdwn b/PublicApi.mdwn
index b26639c..f80d230 100644
--- a/PublicApi.mdwn
+++ b/PublicApi.mdwn
@@ -1,6 +1,6 @@
 The XCB public API contains functions that are auxilliary to the X Protocol.
 
-[[toc levels="6"]]
+[[!toc levels="6"]]
 
 ## Types
 
diff --git a/XCBToDo.mdwn b/XCBToDo.mdwn
index 7e9e650..2b754de 100644
--- a/XCBToDo.mdwn
+++ b/XCBToDo.mdwn
@@ -1,4 +1,4 @@
-[[toc levels="6"]]
+[[!toc levels="6"]]
 
 Tasks requiring documentation as a product should have that documentation placed in the wiki so that other contributors can learn from it.
 
diff --git a/XcbApi.mdwn b/XcbApi.mdwn
index 690f0b0..5e4a9de 100644
--- a/XcbApi.mdwn
+++ b/XcbApi.mdwn
@@ -1,6 +1,6 @@
 _Refactoring this page...please be patient..._
 
-[[toc levels="6"]]
+[[!toc levels="6"]]
 
 This is the API for [XCB](/). Each function and data structure documents the source file containing its declaration, in addition to the usual sorts of documentation.
 
diff --git a/XlibXcbApi.mdwn b/XlibXcbApi.mdwn
index 860b642..4033e17 100644
--- a/XlibXcbApi.mdwn
+++ b/XlibXcbApi.mdwn
@@ -1,6 +1,6 @@
 A "semi-private" API exists for applications that want to avoid the XCB top-half and work directly with the bottom half. The file "xcbxlib.h" contains the interface specification. It is an extremely small interface.
 
-[[toc levels="6"]]
+[[!toc levels="6"]]
 
 <a name="xcb_get_request_sent"></a>
 


More information about the xcb-commit mailing list