Changeset 927 for cpp/frams


Ignore:
Timestamp:
05/25/20 15:09:10 (4 years ago)
Author:
Maciej Komosinski
Message:

Cosmetic changes in docs

Location:
cpp/frams/_demos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/genotypeloader.h

    r855 r927  
    1616        while(genotype=loader.loadNextGenotype()) doSomethingWith(genotype);
    1717
    18         MiniGenotypeLoader is simply the MultiParamLoader configured to load one kind of data: "org:" objects.
     18        GenotypeMiniLoader is simply the MultiParamLoader configured to load one kind of data: "org:" objects.
    1919        The instance of this class can also be reconfigured to recognize more objects by using MultiParamLoader
    2020        methods, or you can use it as a guide for creating your own specialized class.
  • cpp/frams/_demos/genotypemini.h

    r732 r927  
    1414
    1515/** Helper class, mostly useful with MultiParamLoader
    16         or its specialized version: MiniGenotypeLoader.
     16        or its specialized version: GenotypeMiniLoader.
    1717        GenotypeMini stores the subset of Genotype fields (the ones normally saved in .gen files)
    1818        */
Note: See TracChangeset for help on using the changeset viewer.