mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 22:01:03 +08:00
docs: Extract configuration to config.adoc
This commit is contained in:
parent
c94e8a7c0e
commit
56bdc6c5ea
8
docs/config.adoc
Normal file
8
docs/config.adoc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
website <http://pugixml.org>; repository <http://github.com/zeux/pugixml>
|
||||||
|
:version: 1.6
|
||||||
|
:toc: right
|
||||||
|
:source-highlighter: pygments
|
||||||
|
:source-language: c++
|
||||||
|
:sectanchors:
|
||||||
|
:sectlinks:
|
||||||
|
:imagesdir: images
|
@ -1,13 +1,6 @@
|
|||||||
= pugixml {version} manual
|
= pugixml {version} manual
|
||||||
Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
|
include::config.adoc[]
|
||||||
:version: 1.6
|
|
||||||
:toc: right
|
|
||||||
:source-highlighter: pygments
|
|
||||||
:source-language: c++
|
|
||||||
:sectanchors:
|
|
||||||
:sectlinks:
|
|
||||||
:numbered:
|
:numbered:
|
||||||
:imagesdir: images
|
|
||||||
|
|
||||||
[[overview]]
|
[[overview]]
|
||||||
== Overview
|
== Overview
|
||||||
@ -187,9 +180,9 @@ It's possible to compile pugixml as a standalone shared library. The process is
|
|||||||
[source]
|
[source]
|
||||||
----
|
----
|
||||||
#ifdef _DLL
|
#ifdef _DLL
|
||||||
#define PUGIXML_API __declspec(dllexport)
|
#define PUGIXML_API __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define PUGIXML_API __declspec(dllimport)
|
#define PUGIXML_API __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
= pugixml {version} quick start guide
|
= pugixml {version} quick start guide
|
||||||
Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
|
include::config.adoc[]
|
||||||
:version: 1.6
|
|
||||||
:toc: right
|
|
||||||
:source-highlighter: pygments
|
|
||||||
:source-language: c++
|
|
||||||
:sectanchors:
|
|
||||||
:sectlinks:
|
|
||||||
|
|
||||||
[[introduction]]
|
[[introduction]]
|
||||||
== Introduction
|
== Introduction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user