Skip to content

wei-lee/aerogear-xamarin-sdk

 
 

Repository files navigation

aerogear-dotnet-sdk

Current Build : Build status

.Net and Xamarin libraries for the AeroGear Mobile Core

Generate API Docs

The API docs are generated using Doxygen.

  1. Install Doxygen following the instructions

  2. Locate the doxygen command line tool.

    • For Mac, if Doxygen is installed in /Applications, you can find the command line tool in /Applications/Doxygen.app/Contents/Resources/doxygen
  3. To generate the API docs, run the command line tool in the root of the SDK directory:

    cd aerogear-xamarin-sdk
    # on Mac, run this command
    /Applications/Doxygen.app/Contents/Resources/doxygen Documentations/Doxyfile

    The generated files can be found in the Documentations directory.

  4. To add more directories for API doc generation, update the INPUT configuration in the Doxygen configuration file. Use spaces to separate the files or directories.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 35.4%
  • HTML 31.5%
  • JavaScript 20.6%
  • CSS 12.5%