diff --git a/README.md b/README.md index 3cfb608..3ff29bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Container with Native Operation Routines by XZ (CNORXZ) +# Container with Native Operation Routines and Expressions (CNORXZ) + +(as always, the name was there before the acronym) ![Image](./cnorxz_logo.png) diff --git a/doc/doxy/Doxyfile b/doc/doxy/Doxyfile index d54e1f3..38e3958 100644 --- a/doc/doxy/Doxyfile +++ b/doc/doxy/Doxyfile @@ -54,14 +54,14 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Container with Native Operation Routines (by XZ)" +PROJECT_BRIEF = "Container with Native Operation Routines and Expressions" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = "cnorxz_logo_mini.png" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -518,7 +518,7 @@ TIMESTAMP = NO # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. @@ -542,7 +542,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, @@ -1269,7 +1269,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = +HTML_HEADER = "header.html" # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard @@ -1319,7 +1319,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = +HTML_EXTRA_FILES = "cnorxz_logo_mini.png" # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme. diff --git a/doc/doxy/cnorxz_logo_mini.png b/doc/doxy/cnorxz_logo_mini.png new file mode 100644 index 0000000..9c974fe Binary files /dev/null and b/doc/doxy/cnorxz_logo_mini.png differ diff --git a/doc/doxy/header.html b/doc/doxy/header.html new file mode 100644 index 0000000..8fed2ba --- /dev/null +++ b/doc/doxy/header.html @@ -0,0 +1,36 @@ + + + + + + + +CNORXZ: Container with Native Operation Routines and Expressions (CNORXZ) + + + + + + + + + + + + +
+
+ + + + + + + +
+
CNORXZ +
+
Container with Native Operation Routines and Expressions
+
+
+ diff --git a/src/include/ranges/index_base.h b/src/include/ranges/index_base.h index e13b027..4668af8 100644 --- a/src/include/ranges/index_base.h +++ b/src/include/ranges/index_base.h @@ -28,7 +28,7 @@ namespace CNORXZ all indices are supposed to be derived from the corresponding template instance - Indices are act as iterators over parameter spaces (ranges) and/or + Indices act as iterators over parameter spaces (ranges) and/or the containers (arrays) defined on them Moreover, indices are used to define operations on the