Changeset 728


Ignore:
Timestamp:
01/25/18 01:31:52 (6 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/paramtree.h

    r723 r728  
    66#include <memory>
    77
    8 // building a tree of Param groups, based on the convention used in the Framsticks GUI application:
    9 // group names containing colon characters ":" are hierarchical paths (like filesystem)
    10 // groups referencing common subpaths connect to their common parent nodes
    11 // group ordering is preserved
    12 // duplicate group names are not allowed
     8// building a tree of Param groups based on the convention used in the Framsticks GUI application:
     9// - group names containing colon characters ":" are hierarchical paths (like a filesystem),
     10// - groups referencing common subpaths connect to their common parent nodes,
     11// - group ordering is preserved,
     12// - duplicate group names are not allowed.
    1313//
    1414// input: ParamInterface object, only using getGroupCount() and grname()
Note: See TracChangeset for help on using the changeset viewer.