Changes between Version 1 and Version 2 of XmlFormat


Ignore:
Timestamp:
May 21, 2007, 3:07:49 PM (17 years ago)
Author:
Nicolas
Comment:

A few formatting tweaks (added monospacing)

Legend:

Unmodified
Added
Removed
Modified
  • XmlFormat

    v1 v2  
    9292fopen(physical_name, "r")
    9393}}}
    94         In this example, open_name is 'input'. It is mapped, at runtime, to a path that includes the filename ('foobar' in the example above).
     94        In this example, `open_name` is 'input'. It is mapped, at runtime, to a path that includes the filename ('foobar' in the example above).
    9595 main_program::
    9696        Relevant only for files associated with application versions. It indicates that this file is the application's main program.
    9797 copy_file::
    98         Use this if your application doesn't use boinc_resolve_filename() to make logical to physical filenames (for example, executables without source code). If present on an input file, BOINC will copy the file to the slot directory before starting the application. If present on an output file, BOINC will move the file from the slot directory to the project directory after the application has finished.
     98        Use this if your application doesn't use `boinc_resolve_filename()` to make logical to physical filenames (for example, executables without source code). If present on an input file, BOINC will copy the file to the slot directory before starting the application. If present on an output file, BOINC will move the file from the slot directory to the project directory after the application has finished.
    9999 optional::
    100100        Use this for output files that may not be created by the application. Otherwise, missing output files are treated as an error.
     
    102102
    103103== App versions ==
    104 Each entry in the app version table includes an XML document describing the files that make up the application version:
     104Each entry in the `app_version` table includes an XML document describing the files that make up the application version:
    105105{{{
    106106<file_info>