From cfc32f1269e3a9ccf372ae848cae8cfc233f1b28 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 30 Sep 2015 14:18:24 +0200 Subject: [PATCH] update master docs --- master/BUGS | 1 + master/CONTRIBUTING.md | 39 ++++++ master/CONTRIBUTING_8md.html | 123 ++++++++++++++++ master/LICENSE | 22 +++ master/README_8md.html | 123 ++++++++++++++++ master/THANKS | 4 + master/TODO | 0 master/annotated.html | 1 + master/classes.html | 1 + .../dir_68267d1309a1af8e8297ef4c3efbcdba.html | 1 + master/files.html | 1 + master/functions.html | 1 + master/functions_vars.html | 1 + master/globals.html | 1 + master/globals_defs.html | 1 + master/globals_func.html | 1 + master/globals_type.html | 1 + master/globals_vars.html | 1 + master/graph_legend.html | 1 + master/index.html | 27 +++- master/md_CONTRIBUTING.html | 131 ++++++++++++++++++ master/navtreedata.js | 1 + master/navtreeindex0.js | 91 ++++++------ master/pages.html | 121 ++++++++++++++++ master/php__propro_8h.html | 1 + master/php__propro_8h_source.html | 1 + master/php__propro__api_8c.html | 1 + master/php__propro__api_8h.html | 1 + master/php__propro__api_8h_source.html | 1 + master/search/all_0.js | 4 +- master/search/all_4.js | 3 +- master/search/all_5.html | 26 ++++ master/search/all_5.js | 5 + master/search/files_0.js | 4 +- master/search/files_1.html | 26 ++++ master/search/files_1.js | 6 + master/search/files_2.html | 26 ++++ master/search/files_2.js | 4 + master/search/pages_0.html | 26 ++++ master/search/pages_0.js | 4 + master/search/searchdata.js | 13 +- 41 files changed, 790 insertions(+), 57 deletions(-) create mode 100644 master/BUGS create mode 100644 master/CONTRIBUTING.md create mode 100644 master/CONTRIBUTING_8md.html create mode 100644 master/LICENSE create mode 100644 master/README_8md.html create mode 100644 master/THANKS create mode 100644 master/TODO create mode 100644 master/md_CONTRIBUTING.html create mode 100644 master/pages.html create mode 100644 master/search/all_5.html create mode 100644 master/search/all_5.js create mode 100644 master/search/files_1.html create mode 100644 master/search/files_1.js create mode 100644 master/search/files_2.html create mode 100644 master/search/files_2.js create mode 100644 master/search/pages_0.html create mode 100644 master/search/pages_0.js diff --git a/master/BUGS b/master/BUGS new file mode 100644 index 0000000..75711d2 --- /dev/null +++ b/master/BUGS @@ -0,0 +1 @@ +Yay, now known and unresolved issues yet! diff --git a/master/CONTRIBUTING.md b/master/CONTRIBUTING.md new file mode 100644 index 0000000..968bd44 --- /dev/null +++ b/master/CONTRIBUTING.md @@ -0,0 +1,39 @@ +# Contributor Code of Conduct + +As contributors and maintainers of this project, and in the interest of +fostering an open and welcoming community, we pledge to respect all people who +contribute through reporting issues, posting feature requests, updating +documentation, submitting pull requests or patches, and other activities. + +We are committed to making participation in this project a harassment-free +experience for everyone, regardless of level of experience, gender, gender +identity and expression, sexual orientation, disability, personal appearance, +body size, race, ethnicity, age, religion, or nationality. + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery +* Personal attacks +* Trolling or insulting/derogatory comments +* Public or private harassment +* Publishing other's private information, such as physical or electronic + addresses, without explicit permission +* Other unethical or unprofessional conduct. + +Project maintainers have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct. By adopting this Code of Conduct, project +maintainers commit themselves to fairly and consistently applying these +principles to every aspect of managing this project. Project maintainers who do +not follow or enforce the Code of Conduct may be permanently removed from the +project team. + +This code of conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by opening an issue or contacting one or more of the project maintainers. + +This Code of Conduct is adapted from the +[Contributor Covenant](http://contributor-covenant.org), version 1.2.0, +available at http://contributor-covenant.org/version/1/2/0/. diff --git a/master/CONTRIBUTING_8md.html b/master/CONTRIBUTING_8md.html new file mode 100644 index 0000000..eb4828d --- /dev/null +++ b/master/CONTRIBUTING_8md.html @@ -0,0 +1,123 @@ + + + + + + +Property proxy API: CONTRIBUTING.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Property proxy API +
+
A facility to manage extension object properties tied to C-struct members
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
CONTRIBUTING.md File Reference
+
+
+
+
+ + + + diff --git a/master/LICENSE b/master/LICENSE new file mode 100644 index 0000000..c26019a --- /dev/null +++ b/master/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2013, Michael Wallner . +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/master/README_8md.html b/master/README_8md.html new file mode 100644 index 0000000..1b2ffd3 --- /dev/null +++ b/master/README_8md.html @@ -0,0 +1,123 @@ + + + + + + +Property proxy API: README.md File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
Property proxy API +
+
A facility to manage extension object properties tied to C-struct members
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
README.md File Reference
+
+
+
+
+ + + + diff --git a/master/THANKS b/master/THANKS new file mode 100644 index 0000000..8167585 --- /dev/null +++ b/master/THANKS @@ -0,0 +1,4 @@ +Thanks go to the following people, who have contributed to this project: + +Anatol Belski +Remi Collet diff --git a/master/TODO b/master/TODO new file mode 100644 index 0000000..e69de29 diff --git a/master/annotated.html b/master/annotated.html index 0819244..900d52e 100644 --- a/master/annotated.html +++ b/master/annotated.html @@ -47,6 +47,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');