Skip to content
Snippets Groups Projects
  1. Sep 15, 2017
    • Guillaume Roguez's avatar
      doxygen support · e8748420
      Guillaume Roguez authored
      
      Add a Doxyfile configuration for Doxygen.
      
      Usage: run doxygen from doc directory to generate the LRC documentation.
      The src/ directory is the source for inputs, scanned recursively.
      A doc/html/ directory is then filler with all HTML files.
      Browse index.html to read the LRC documentation.
      
      Change-Id: Ieb4b5db6f690f47fab2e40358a142fe973412e9c
      Reviewed-by: default avatarNicolas Jäger <nicolas.jager@savoirfairelinux.com>
      e8748420
  2. Sep 08, 2017
    • Nicolas Jager's avatar
      Add stubs and class diagram · e8dda4e6
      Nicolas Jager authored and Guillaume Roguez's avatar Guillaume Roguez committed
      
      add stubs for :
       - Database class.
       - ConversationModel class and Conversation namespace.
       - NewCallModel class and NewCall namespace.
       - ContactModel class and Contact namespace.
       - Message namespace.
       - NewAccountModel.
       - CallbacksHandler, will be used to bind the callbacks from the daemon
         and will emit signals for lrc and client.
       - Lrc class, this class is the root class of all models. Instating this
         class will build interfaces between the daemon, client and the
         database.
       - all these class are nested in the lrc namespace.
       - all publicly exposed API have been put into lrc::api namespace
       - add diagrams in doc folder
      
      Change-Id: Ia06f874dd1baebb086edd570e52d8d61d73b905b
      Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
      Signed-off-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
      e8dda4e6
Loading