Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Documentation with Doxygen #70

Merged
merged 8 commits into from
Feb 20, 2019
Merged

Documentation with Doxygen #70

merged 8 commits into from
Feb 20, 2019

Conversation

jkrvivian
Copy link
Member

@jkrvivian jkrvivian commented Feb 20, 2019

  • /accelerator
    • apis.h
    • common_core.h
    • config.h
    • errors.h
  • /request
    • request.h
    • ta_send_transfer.h
  • /response
    • response.h
    • ta_find_transactions.h
    • ta_find_transactions_obj.h
    • ta_generate_address.h
    • ta_get_tips.h
    • ta_get_transaction_object.h
    • ta_send_transfer.h
  • /serializer
    • serializer.h
  • /utils
    • cache.h
    • pow.h

Doxyfile Outdated Show resolved Hide resolved

/** @name Http status code */
/** @{ */
#define SC_BAD_REQUEST 400 /**< Http bad request */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we use enum instead of macros?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, same with return status code. I would create related issue for these afterward.

@wusyong wusyong changed the title Documentation with Doxygen (WIP) Documentation with Doxygen Feb 20, 2019
Doxyfile Outdated Show resolved Hide resolved
Doxyfile Outdated Show resolved Hide resolved
accelerator/config.h Outdated Show resolved Hide resolved
@jserv jserv added this to the sprint-201902 milestone Feb 20, 2019
@jserv jserv merged commit 1864f73 into master Feb 20, 2019
@wusyong wusyong deleted the documentation branch February 21, 2019 01:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants