@@ -10,9 +10,8 @@ Step Class Library v0.1 -- https://github.com/mpictor/StepClassLibrary
1010
1111* SCL is packaged along with some other tools. See
1212 "THE NIST STEP TOOLSET", below. In particular, Data Probe
13- requires InterViews, an obsolete UI toolkit. A version of it is
14- still present in the git repository, but I have not had luck
15- building the data probe with it. It may be more productive
13+ requires InterViews, an obsolete UI toolkit. I (mpictor) have not
14+ had luck building the data probe with it. It may be more productive
1615 to replace InterViews with a modern toolkit such as Qt. I
1716 expect that this would be non-trivial.
1817
@@ -66,6 +65,10 @@ to match the current formatting. The main points are:
6665 - line endings are LF (linux), not CRLF (windows)
6766 - brackets around single-line conditionals
6867 - spaces inside parentheses and around operators
68+ - return type on the same line as the function name, unless that's
69+ too long
70+ - doxygen-style comments
71+ (see http://www.stack.nl/~dimitri/doxygen/docblocks.html)
6972
7073If in doubt about a large patch, run astyle with the config file
7174misc/astyle.cfg.
@@ -87,8 +90,8 @@ Notes/TODO items specific to the STEP libraries as included in BRL-CAD:
8790 and should be a starting point for any debugging of EXPRESS
8891 parsing issues.
8992
90- * None of the original test codes have been incorporated into the
91- new build system, but they are still present in src/test
93+ * Of the original test code, only p21read has been incorporated into
94+ the new build system, but they are still present in src/test
9295
9396* Express and exppp header files have been relocated to subdirectories
9497 in include. The names of the library files being built have been
@@ -102,7 +105,7 @@ Notes/TODO items specific to the STEP libraries as included in BRL-CAD:
102105
103106=====================================================
104107Much has changed since README.scl was written.
105- It is reproduced in its entirety below.
108+ However, it is reproduced in its entirety below.
106109=====================================================
107110
108111README.scl (top level README) February 1998
0 commit comments