crashpad.doxy.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. // Copyright 2014 The Crashpad Authors. All rights reserved.
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. #error This file is not intended to be #included.
  15. //! \namespace crashpad
  16. //! \brief The main namespace.
  17. //! \namespace crashpad::internal
  18. //! \brief The internal namespace, not for public use.
  19. //! \namespace crashpad::test
  20. //! \brief The testing namespace, for use in test code only.
  21. //! \mainpage Crashpad Interface Documentation
  22. //!
  23. //! Most generated interface documentation is reachable through <a
  24. //! href="namespaces.html">Namespaces</a>, <a href="annotated.html">Classes</a>
  25. //! (includes `struct`s, `union`s, and interfaces), or <a
  26. //! href="files.html">Files</a> (includes macros).
  27. //!
  28. //! Additional documentation is available at the <a
  29. //! href="https://crashpad.chromium.org/">Crashpad home page</a>.