Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
5653c604
Commit
5653c604
authored
Sep 23, 2016
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(docs): корректировка по результатам генерирования pdf-документации
parent
fa419148
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
31 additions
and
26 deletions
+31
-26
Concept.dox
docs/DocPages/Concept.dox
+0
-0
Debug.dox
docs/DocPages/Debug.dox
+0
-0
MutexPage.dox
docs/DocPages/MutexPage.dox
+0
-1
ObjectRepository.dox
docs/DocPages/ObjectRepository.dox
+0
-0
ObjectsMap.dox
docs/DocPages/ObjectsMap.dox
+0
-0
Services.dox
docs/DocPages/Services.dox
+0
-0
UniSetLibStyle.dox
docs/DocPages/UniSetLibStyle.dox
+0
-0
Makefile.am
docs/Makefile.am
+6
-0
UniSetDox.cfg.in
docs/UniSetDox.cfg.in
+24
-24
SharedMemory.h
extensions/SharedMemory/SharedMemory.h
+1
-1
No files found.
docs/DocPages/Concept.dox
View file @
5653c604
docs/DocPages/Debug.dox
View file @
5653c604
docs/DocPages/MutexPage.dox
View file @
5653c604
...
@@ -50,4 +50,3 @@
...
@@ -50,4 +50,3 @@
\note Описание составлено на основе описания мьютексов из книги А.Цимбала "Технология CORBA для профессионалов".
\note Описание составлено на основе описания мьютексов из книги А.Цимбала "Технология CORBA для профессионалов".
*/
*/
docs/DocPages/ObjectRepository.dox
View file @
5653c604
docs/DocPages/ObjectsMap.dox
View file @
5653c604
docs/DocPages/Services.dox
View file @
5653c604
docs/DocPages/UniSetLibStyle.dox
View file @
5653c604
docs/Makefile.am
View file @
5653c604
...
@@ -34,4 +34,10 @@ d_DATA = html/*
...
@@ -34,4 +34,10 @@ d_DATA = html/*
# exampledir = $(docdir)/examples
# exampledir = $(docdir)/examples
# example_DATA = examples/*
# example_DATA = examples/*
pdf
:
doxygen UniSetDox.cfg
subst
's|OT1|T2A|g'
latex/doxygen.sty
subst
's|Times-Roman|Liberation Sans|g'
latex/
*
cd
latex
;
make
;
cd
-
;
endif
endif
docs/UniSetDox.cfg.in
View file @
5653c604
...
@@ -247,12 +247,12 @@ EXTENSION_MAPPING =
...
@@ -247,12 +247,12 @@ EXTENSION_MAPPING =
# func(std::string) {}). This also makes the inheritance and collaboration
# func(std::string) {}). This also makes the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
# diagrams that involve STL classes more complete and accurate.
BUILTIN_STL_SUPPORT =
NO
BUILTIN_STL_SUPPORT =
YES
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# enable parsing support.
CPP_CLI_SUPPORT =
NO
CPP_CLI_SUPPORT =
YES
# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
# Doxygen will parse them like normal C++ but will assume all classes use public
# Doxygen will parse them like normal C++ but will assume all classes use public
...
@@ -377,7 +377,7 @@ EXTRACT_LOCAL_METHODS = NO
...
@@ -377,7 +377,7 @@ EXTRACT_LOCAL_METHODS = NO
# name of the file that contains the anonymous namespace. By default
# name of the file that contains the anonymous namespace. By default
# anonymous namespaces are hidden.
# anonymous namespaces are hidden.
EXTRACT_ANON_NSPACES =
NO
EXTRACT_ANON_NSPACES =
YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# undocumented members of documented classes, files or namespaces.
# undocumented members of documented classes, files or namespaces.
...
@@ -421,7 +421,7 @@ INTERNAL_DOCS = NO
...
@@ -421,7 +421,7 @@ INTERNAL_DOCS = NO
# in case and if your file system supports case sensitive file names. Windows
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
# and Mac users are advised to set this option to NO.
CASE_SENSE_NAMES =
YES
CASE_SENSE_NAMES =
NO
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
# will show members with their full class and namespace scopes in the
# will show members with their full class and namespace scopes in the
...
@@ -433,7 +433,7 @@ HIDE_SCOPE_NAMES = NO
...
@@ -433,7 +433,7 @@ HIDE_SCOPE_NAMES = NO
# will put a list of the files that are included by a file in the documentation
# will put a list of the files that are included by a file in the documentation
# of that file.
# of that file.
SHOW_INCLUDE_FILES =
YES
SHOW_INCLUDE_FILES =
NO
# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
# will list include files with double quotes in the documentation
# will list include files with double quotes in the documentation
...
@@ -499,25 +499,25 @@ STRICT_PROTO_MATCHING = NO
...
@@ -499,25 +499,25 @@ STRICT_PROTO_MATCHING = NO
# disable (NO) the todo list. This list is created by putting \todo
# disable (NO) the todo list. This list is created by putting \todo
# commands in the documentation.
# commands in the documentation.
GENERATE_TODOLIST =
YES
GENERATE_TODOLIST =
NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or
# The GENERATE_TESTLIST tag can be used to enable (YES) or
# disable (NO) the test list. This list is created by putting \test
# disable (NO) the test list. This list is created by putting \test
# commands in the documentation.
# commands in the documentation.
GENERATE_TESTLIST =
YES
GENERATE_TESTLIST =
NO
# The GENERATE_BUGLIST tag can be used to enable (YES) or
# The GENERATE_BUGLIST tag can be used to enable (YES) or
# disable (NO) the bug list. This list is created by putting \bug
# disable (NO) the bug list. This list is created by putting \bug
# commands in the documentation.
# commands in the documentation.
GENERATE_BUGLIST =
YES
GENERATE_BUGLIST =
NO
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
# disable (NO) the deprecated list. This list is created by putting
# disable (NO) the deprecated list. This list is created by putting
# \deprecated commands in the documentation.
# \deprecated commands in the documentation.
GENERATE_DEPRECATEDLIST=
YES
GENERATE_DEPRECATEDLIST=
NO
# The ENABLED_SECTIONS tag can be used to enable conditional
# The ENABLED_SECTIONS tag can be used to enable conditional
# documentation sections, marked by \if sectionname ... \endif.
# documentation sections, marked by \if sectionname ... \endif.
...
@@ -532,25 +532,25 @@ ENABLED_SECTIONS =
...
@@ -532,25 +532,25 @@ ENABLED_SECTIONS =
# documentation can be controlled using \showinitializer or \hideinitializer
# documentation can be controlled using \showinitializer or \hideinitializer
# command in the documentation regardless of this setting.
# command in the documentation regardless of this setting.
MAX_INITIALIZER_LINES =
30
MAX_INITIALIZER_LINES =
25
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
# at the bottom of the documentation of classes and structs. If set to YES the
# at the bottom of the documentation of classes and structs. If set to YES the
# list will mention the files that were used to generate the documentation.
# list will mention the files that were used to generate the documentation.
SHOW_USED_FILES =
YES
SHOW_USED_FILES =
NO
# If the sources in your project are distributed over multiple directories
# If the sources in your project are distributed over multiple directories
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation. The default is NO.
# in the documentation. The default is NO.
SHOW_DIRECTORIES =
YES
SHOW_DIRECTORIES =
NO
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
# This will remove the Files entry from the Quick Index and from the
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
# Folder Tree View (if specified). The default is YES.
SHOW_FILES =
YES
SHOW_FILES =
NO
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
# Namespaces page. This will remove the Namespaces entry from the Quick Index
# Namespaces page. This will remove the Namespaces entry from the Quick Index
...
@@ -800,13 +800,13 @@ STRIP_CODE_COMMENTS = YES
...
@@ -800,13 +800,13 @@ STRIP_CODE_COMMENTS = YES
# then for each documented function all documented
# then for each documented function all documented
# functions referencing it will be listed.
# functions referencing it will be listed.
REFERENCED_BY_RELATION =
YES
REFERENCED_BY_RELATION =
NO
# If the REFERENCES_RELATION tag is set to YES
# If the REFERENCES_RELATION tag is set to YES
# then for each documented function all documented entities
# then for each documented function all documented entities
# called/used by that function will be listed.
# called/used by that function will be listed.
REFERENCES_RELATION =
YES
REFERENCES_RELATION =
NO
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
...
@@ -837,7 +837,7 @@ VERBATIM_HEADERS = YES
...
@@ -837,7 +837,7 @@ VERBATIM_HEADERS = YES
# of all compounds will be generated. Enable this if the project
# of all compounds will be generated. Enable this if the project
# contains a lot of classes, structs, unions or interfaces.
# contains a lot of classes, structs, unions or interfaces.
ALPHABETICAL_INDEX =
NO
ALPHABETICAL_INDEX =
YES
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
...
@@ -1222,7 +1222,7 @@ SERVER_BASED_SEARCH = NO
...
@@ -1222,7 +1222,7 @@ SERVER_BASED_SEARCH = NO
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.
# generate Latex output.
GENERATE_LATEX =
NO
GENERATE_LATEX =
YES
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
...
@@ -1248,7 +1248,7 @@ MAKEINDEX_CMD_NAME = makeindex
...
@@ -1248,7 +1248,7 @@ MAKEINDEX_CMD_NAME = makeindex
# LaTeX documents. This may be useful for small projects and may help to
# LaTeX documents. This may be useful for small projects and may help to
# save some trees in general.
# save some trees in general.
COMPACT_LATEX =
NO
COMPACT_LATEX =
YES
# The PAPER_TYPE tag can be used to set the paper type that is used
# The PAPER_TYPE tag can be used to set the paper type that is used
# by the printer. Possible values are: a4, letter, legal and
# by the printer. Possible values are: a4, letter, legal and
...
@@ -1280,13 +1280,13 @@ LATEX_FOOTER =
...
@@ -1280,13 +1280,13 @@ LATEX_FOOTER =
# contain links (just like the HTML output) instead of page references
# contain links (just like the HTML output) instead of page references
# This makes the output suitable for online browsing using a pdf viewer.
# This makes the output suitable for online browsing using a pdf viewer.
PDF_HYPERLINKS =
NO
PDF_HYPERLINKS =
YES
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
# plain latex in the generated Makefile. Set this option to YES to get a
# plain latex in the generated Makefile. Set this option to YES to get a
# higher quality PDF documentation.
# higher quality PDF documentation.
USE_PDFLATEX =
NO
USE_PDFLATEX =
YES
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
# command to the generated LaTeX files. This will instruct LaTeX to keep
# command to the generated LaTeX files. This will instruct LaTeX to keep
...
@@ -1328,13 +1328,13 @@ GENERATE_RTF = NO
...
@@ -1328,13 +1328,13 @@ GENERATE_RTF = NO
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
# put in front of it. If left blank `rtf' will be used as the default path.
# put in front of it. If left blank `rtf' will be used as the default path.
RTF_OUTPUT = rtf
RTF_OUTPUT = rtf
2
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
# RTF documents. This may be useful for small projects and may help to
# RTF documents. This may be useful for small projects and may help to
# save some trees in general.
# save some trees in general.
COMPACT_RTF =
NO
COMPACT_RTF =
YES
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
# will contain hyperlink fields. The RTF file will
# will contain hyperlink fields. The RTF file will
...
@@ -1608,7 +1608,7 @@ HIDE_UNDOC_RELATIONS = YES
...
@@ -1608,7 +1608,7 @@ HIDE_UNDOC_RELATIONS = YES
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
# have no effect if this option is set to NO (the default)
HAVE_DOT =
NO
HAVE_DOT =
YES
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
# allowed to run in parallel. When set to 0 (the default) doxygen will
# allowed to run in parallel. When set to 0 (the default) doxygen will
...
@@ -1770,7 +1770,7 @@ MAX_DOT_GRAPH_DEPTH = 0
...
@@ -1770,7 +1770,7 @@ MAX_DOT_GRAPH_DEPTH = 0
# enabling this option may lead to badly anti-aliased labels on the edges of
# enabling this option may lead to badly anti-aliased labels on the edges of
# a graph (i.e. they become hard to read).
# a graph (i.e. they become hard to read).
DOT_TRANSPARENT =
YES
DOT_TRANSPARENT =
NO
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# files in one run (i.e. multiple -o and -T options on the command line). This
...
...
extensions/SharedMemory/SharedMemory.h
View file @
5653c604
...
@@ -201,7 +201,7 @@
...
@@ -201,7 +201,7 @@
<item default="1" id="104104" iotype="DI" name="_41_04_S">
<item default="1" id="104104" iotype="DI" name="_41_04_S">
<MessagesList>
<MessagesList>
<msg mtype="1" text="КСЭС: отключился ввод
\
вывод" value="0"/>
<msg mtype="1" text="КСЭС: отключился ввод
/
вывод" value="0"/>
</MessagesList>
</MessagesList>
</item>
</item>
\endcode
\endcode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment