Changeset 316 for cpp/frams/_demos


Ignore:
Timestamp:
01/27/15 23:13:10 (9 years ago)
Author:
Maciej Komosinski
Message:

Improved documentation (for Param flags in particular)

Location:
cpp/frams/_demos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/loader_test_param.cpp

    r311 r316  
    7676                {
    7777                case MultiParamLoader::OnComment:
    78                         fprintf(stderr, "comment: %s\n", (const char*)loader.getComment());
     78                        fprintf(stderr, "comment: '%s'\n", (const char*)loader.getComment());
    7979                        break;
    8080
  • cpp/frams/_demos/loader_test_param.in

    r311 r316  
    1 #this is comment1
     1#this is comment1 
    22# this is comment2
    33data:
Note: See TracChangeset for help on using the changeset viewer.