ICU-10660 add back removed comments to fix missing sample code in ICU4C API doc

X-SVN-Rev: 35084
This commit is contained in:
Scott Russell 2014-02-05 18:07:53 +00:00
parent ab9706155a
commit c7519ed407
2 changed files with 4 additions and 1 deletions

View File

@ -70,6 +70,7 @@ static void dtitvfmtPreDefined() {
i++;
}
u_fclose(out);
//! [dtitvfmtPreDefined]
}
static void dtitvfmtCustomized() {
@ -129,6 +130,7 @@ static void dtitvfmtCustomized() {
}
}
u_fclose(out);
//! [dtitvfmtCustomized]
}
int main (int argc, char* argv[])

View File

@ -67,6 +67,7 @@ static void getBestPatternExample() {
/* close the file resource */
u_fclose(f);
delete cal;
//! [getBestPatternExample]
}
static void addPatternExample() {
@ -150,7 +151,7 @@ static void replaceFieldTypesExample() {
delete zone;
delete cal;
u_fclose(out);
//! [replaceFieldTypesExample]
}
int main (int argc, char* argv[])