Ignore:
Timestamp:
05/26/14 21:05:52 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed some FUNCTION folds, moved to function declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/kml/KML_Document.cpp

    r16546 r18063  
    1717
    1818/*Constructors/destructor/copy*/
    19 /*FUNCTION KML_Document::KML_Document(){{{*/
    20 KML_Document::KML_Document(){
     19KML_Document::KML_Document(){/*{{{*/
    2120
    2221        ;
     
    2423}
    2524/*}}}*/
    26 /*FUNCTION KML_Document::~KML_Document(){{{*/
    27 KML_Document::~KML_Document(){
     25KML_Document::~KML_Document(){/*{{{*/
    2826
    2927        ;
     
    3331
    3432/*Other*/
    35 /*FUNCTION KML_Document::Echo {{{*/
    36 void  KML_Document::Echo(){
     33void  KML_Document::Echo(){/*{{{*/
    3734
    3835        bool  flag=true;
     
    4441}
    4542/*}}}*/
    46 /*FUNCTION KML_Document::DeepEcho {{{*/
    47 void  KML_Document::DeepEcho(){
     43void  KML_Document::DeepEcho(){/*{{{*/
    4844
    4945        char  indent[81]="";
     
    5450}
    5551/*}}}*/
    56 /*FUNCTION KML_Document::DeepEcho {{{*/
    57 void  KML_Document::DeepEcho(const char* indent){
     52void  KML_Document::DeepEcho(const char* indent){/*{{{*/
    5853
    5954        bool  flag=true;
     
    6560}
    6661/*}}}*/
    67 /*FUNCTION KML_Document::Write {{{*/
    68 void  KML_Document::Write(FILE* filout,const char* indent){
     62void  KML_Document::Write(FILE* filout,const char* indent){/*{{{*/
    6963
    7064        fprintf(filout,"%s<Document",indent);
     
    8074}
    8175/*}}}*/
    82 /*FUNCTION KML_Document::Read {{{*/
    83 void  KML_Document::Read(FILE* fid,char* kstr){
     76void  KML_Document::Read(FILE* fid,char* kstr){/*{{{*/
    8477
    8578        char*        kstri;
Note: See TracChangeset for help on using the changeset viewer.