Changeset 8375d0eb in mainline for uspace/app/bithenge/print.h


Ignore:
Timestamp:
2012-06-08T07:02:55Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b36bf2
Parents:
5c925ce
Message:

Bithenge: add Doxygen comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/print.h

    r5c925ce r8375d0eb  
    4040#include "tree.h"
    4141
     42/** Specifies the format to be used when printing. */
    4243typedef enum {
     44        /** Print a Python value. Note that internal nodes will be represented
     45         * as unordered dictionaries. */
    4346        BITHENGE_PRINT_PYTHON,
     47        /** Print JSON. Due to the limitations of JSON, type information may be
     48         * lost. */
    4449        BITHENGE_PRINT_JSON,
    4550} bithenge_print_type_t;
Note: See TracChangeset for help on using the changeset viewer.